ARViewConfiguration

Configuration builder for AR view and UI elements.

This class provides a mutable configuration API for controlling the display and behavior of UI elements within the AR scene.

See also

Functions

Link copied to clipboard

Enables or disables debug mode in the AR scene.

Link copied to clipboard

Enables or disables multiple 3D models loading in the AR scene.

Link copied to clipboard

Enables or disables the QR code scanner button display in the AR scene.

Link copied to clipboard

Enables or disables the screenshot button display in the AR scene.

Link copied to clipboard

Enables or disables tips and hints display in the AR scene.

Link copied to clipboard

Returns the current immutable configuration snapshot.

Link copied to clipboard
fun setOnConfigChangedListener(listener: (config: ViewConfig) -> Unit)

Sets a listener to be notified when the configuration changes.